home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / fllab200.zip / FLASHFRM.DFM / FLASHFRM.txt
Text File  |  1996-06-25  |  1KB  |  61 lines

  1. object DemoForm1: TDemoForm1
  2.   Left = 200
  3.   Top = 20
  4.   Width = 404
  5.   Height = 144
  6.   Caption = 'TMCFlashLabel Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Scaled = False
  12.   Visible = True
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object FlashLabel1: TMCFlashLabel
  16.     Left = 52
  17.     Top = 17
  18.     Width = 291
  19.     Height = 37
  20.     AutoSize = False
  21.     Caption = 'TMCFlashLabel Demo'
  22.     Font.Color = clBlack
  23.     Font.Height = -32
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     Transparent = True
  28.     FlashInterval = 20
  29.     FlashColors.ColorData = {0000}
  30.   end
  31.   object FlashLabel2: TMCFlashLabel
  32.     Left = 109
  33.     Top = 88
  34.     Width = 178
  35.     Height = 13
  36.     Caption = 'Copyright ∩┐╜ 1995-96, MegaComm HB'
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     Transparent = True
  43.     FlashInterval = 3
  44.     FlashColors.ColorData = {0000}
  45.   end
  46.   object CheckBox1: TCheckBox
  47.     Left = 133
  48.     Top = 61
  49.     Width = 156
  50.     Height = 17
  51.     Caption = 'Try clicking this!'
  52.     TabOrder = 0
  53.     OnClick = CheckBox1Click
  54.   end
  55.   object FlashServer1: TMCFlashServer
  56.     OnlyAtiveForm = False
  57.     Left = 8
  58.     Top = 8
  59.   end
  60. end
  61.